configure.ac: properly check for bison
authorJonathan Lebon <jlebon@redhat.com>
Tue, 7 Jun 2016 19:08:16 +0000 (15:08 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 7 Jun 2016 19:47:58 +0000 (19:47 +0000)
commitb4c49f5acf030552bcde564eb53d04ea521c7641
tree04beebc0eca7c4d969304ccea47338c0ed4270f9
parent2240d1108ee357e4c2120b48e9c1f10e4042042a
configure.ac: properly check for bison

The AC_PROG_YACC already does the checking for us, so we don't need to
use AC_CHECK_PROGS (which wasn't working anyway because autoconf didn't
run the check thinking it was cached already from the earlier
AC_PROC_YACC, so we didn't get the default ":" value)

Closes: #325
Approved by: cgwalters
configure.ac